Autogenerated HTML docs for v1.6.2-rc0-90-g0753
diff --git a/git-gc.html b/git-gc.html index 73a0133..e9c2876 100644 --- a/git-gc.html +++ b/git-gc.html
@@ -320,7 +320,7 @@ </div> <h2>SYNOPSIS</h2> <div class="sectionbody"> -<div class="para"><p><em>git gc</em> [--aggressive] [--auto] [--quiet]</p></div> +<div class="para"><p><em>git gc</em> [--aggressive] [--auto] [--quiet] [--prune=<date> | --no-prune]</p></div> </div> <h2 id="_description">DESCRIPTION</h2> <div class="sectionbody"> @@ -378,6 +378,24 @@ automatic consolidation of packs.</p></div> </dd> <dt> +--prune=<date> +</dt> +<dd> +<p> + Prune loose objects older than date (default is 2 weeks ago, + overrideable by the config variable <tt>gc.pruneExpire</tt>). This + option is on by default. +</p> +</dd> +<dt> +--no-prune +</dt> +<dd> +<p> + Do not prune any loose objects. +</p> +</dd> +<dt> --quiet </dt> <dd> @@ -451,7 +469,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 2009-02-14 08:18:18 UTC +Last updated 2009-02-15 10:37:53 UTC </div> </div> </body>